projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4810c2f
)
serial: sh: Add support R8A7795
author
Hiroyuki Yokoyama
<
[email protected]
>
Thu, 31 Mar 2016 18:51:31 +0000
(
03:51
+0900)
committer
Nobuhiro Iwamatsu
<
[email protected]
>
Wed, 17 Aug 2016 01:25:34 +0000
(10:25 +0900)
This can be used in the same way as other R-CAR serial setting.
Signed-off-by: Hiroyuki Yokoyama <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
drivers/serial/serial_sh.h
patch
|
blob
|
history
diff --git
a/drivers/serial/serial_sh.h
b/drivers/serial/serial_sh.h
index cbc2929435530563dc393f2c2d11af6c685a5d4e..a95684bc0de59ab04558bcab1c71af30a8014833 100644
(file)
--- a/
drivers/serial/serial_sh.h
+++ b/
drivers/serial/serial_sh.h
@@
-225,7
+225,8
@@
struct uart_port {
# define SCIF_ORER 0x0001 /* Overrun error bit */
# define SCSCR_INIT(port) 0x38 /* TIE=0,RIE=0,TE=1,RE=1,REIE=1 */
#elif defined(CONFIG_R8A7790) || defined(CONFIG_R8A7791) || \
- defined(CONFIG_R8A7793) || defined(CONFIG_R8A7794)
+ defined(CONFIG_R8A7793) || defined(CONFIG_R8A7794) || \
+ defined(CONFIG_R8A7795)
# if defined(CONFIG_SCIF_A)
# define SCIF_ORER 0x0200
# else